.press-release-content-wrap .custom-tooltip .tooltip-arrow-up {
    left: 15%;
}
.press-release-content-wrap .show-row-view .notifications-description {
    display: none;
}
.press-release-content-wrap .notifications-row-wrapper .notification-row-each .notification-row-each-inner .custom-tooltip {
    bottom: unset;
}
.press-release-content-wrap .show-grid-view .custom-tooltip {
    bottom: 0px !important;
}
.press-release-content-wrap .table-wrap.table-two table tr th {
    text-align: center;
}
.press-release-content-wrap thead tr th:first-child,
.press-release-content-wrap tbody tr td:first-child {
    width: 348px;
    height: 48px !important;
}
.press-release-content-wrap table td {
    text-align: right;
}

.press-release-content-wrap table td:first-child {${searchContainer}
    text-align: left;
}
.press-release-content-wrap .table-wrap.table-two table tr th {
    font-size: var(--fnt_18);
}
.press-release-content-wrap .table-wrap.table-two table tr td, .table-wrap table thead tr th {
    line-height: 25px;
    padding: 11px 16px 11px 16px;
}
.press-release-content {
    font-size: var(--fnt_18);
    line-height: 28px;
    padding: 40px 0px 30px 0px;
    text-align: justify;
    text-justify: inter-word;
}
.press-release-signature {
    display: flex;
    justify-content: flex-end;
}
.press-release-download {
    display: flex;
    justify-content: flex-end;
}
.press-release-details-header{
    align-items:center;
}
.press-release-content-wrap .notifications-row-wrapper .notification-row-each .notification-row-each-inner .notification-date {
    line-height: 22px;
}
.press-release-content-wrap .notifications-row-wrapper .notification-row-each .btn-wrap .fileName {
    line-height: 30px;
}
.press-release-content-wrap .custom-tooltip {
    background-color: #CEE2FF;
}
.press-release-content-wrap .custom-tooltip .tooltip-content {
    color: var(--txt-primary);
}
.press-release-content-wrap .custom-tooltip .tooltip-arrow-up {
    border-bottom: 23px solid #CEE2FF;
}
.btn-pwa {
    display:none;
}
@media screen and (max-width: 767px) {
    .btn-pwa {
        display: block;
        margin: 10px 16px;
    }
    .btn-web{
        display:none;
    }
    .press-release-content-wrap .fileName {
        font-size: var(--fnt_10);
        top: 0px;
    }
    .press-release-content-wrap img.downloadFile {
        height: 12px;
        width: 12px;
    }
}
	.press-release-content-wrap .notifications-row-wrapper.show-grid-view .grid-view-col .notification-row-each {
    height: auto;
}
	
	.press-release-content-wrap  .notifications-row-wrapper.show-grid-view .grid-view-col .notification-row-each .notification-row-each-inner{ padding: 20px 24px 23px 24px;}



.press-release-content-wrap .notifications-row-wrapper .notification-row-each .notification-row-each-inner .btn-wrap {
    padding-top: 15px;

}
	.press-release-content-wrap {
    margin-top: 44px;
}